Returns a point lying at the specified distance from the start point along the path specified via the collection of points.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# Copy Code |
---|
public static PointF PointAlongLength ( |
Visual Basic Copy Code |
---|
Public Shared Function PointAlongLength( _ |
A float value specifying the desired distance.
A list of points specifying the path.
A PointF structure specifying the point coordinates.